home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-04 | 890 b | 29 lines | [TEXT/EDIT] |
- /*
-
- Hi. I didnt write this - I just edited it a little to make it run
- in MetroWerks C
-
- If you want to run it on 680x0 make the project "warp.µ" which
- will create the executable app "warpPPC.µ.rsrc"
-
- If you want to make a fat-binary to run on PowerMacs or 68000
- first make the project "warp.µ" which will create the executable
- app "warpPPC.µ.rsrc" which will also be the resource file for the
- PPC project. Then make "warpPPC.µ" which will create 'warp
- (fat-binary)'
-
- Watch it fly on your PowerMac ;)
-
- One note - I didn't see a call to swapmmu so this probably WONT
- run on a 680x0 in 24 bit memory addressing.
-
-
-
- You need to set your main montior to either 1 or 8 bit video depth
- and then run 'warp'. Use the mouse to control up/down/rotate
- left/rotate right/. You can thrust forward and back with the '+'
- and '-' keys. Quit with the 'q' key or by clicking the mouse.
-
-
-
- peace, Mathias */